From 9b280d6995e0abb7f3d85f5ebc74fde95d473835 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Mon, 4 Dec 2006 23:50:42 +0000 Subject: [PATCH] Replace gpsbabel_now with gpsbabel_time (better for testo). --- dmtlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmtlog.c b/dmtlog.c index 5de0fa092..785ab0050 100644 --- a/dmtlog.c +++ b/dmtlog.c @@ -689,7 +689,7 @@ dmtlog_write(void) gbfputint32(4, fout); gbfputint32(1, fout); gbfputint32(0x100001, fout); - gbfputuint32((const gbuint32)gpsbabel_now, fout); + gbfputuint32((const gbuint32)gpsbabel_time, fout); header_written = 0; this_index = 0; -- 2.30.2